Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>AARD code</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/AARD_code"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-AARD_code rootpage-AARD_code skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">AARD code</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p class="mw-empty-elt">
</p>

<p>The <b>AARD code</b> was a segment of code in a <a href="Beta_release" class="mw-redirect" title="Beta release">beta release</a> of <a href="Microsoft" title="Microsoft">Microsoft</a> <a href="Windows_3.1" title="Windows 3.1">Windows 3.1</a> that would issue a cryptic error message when run on the <a href="DR_DOS" class="mw-redirect" title="DR DOS">DR&nbsp;DOS</a> operating system rather than the Microsoft-affiliated <a href="MS-DOS" title="MS-DOS">MS-DOS</a> or <a href="PC_DOS" class="mw-redirect" title="PC DOS">PC&nbsp;DOS</a>. Microsoft inserted the code in an attempt to manipulate people into not using competing operating systems; it is an example of the company's <a href="Fear%2C_uncertainty%2C_and_doubt#Microsoft" title="Fear, uncertainty, and doubt">fear-uncertainty-doubt</a> tactics.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Description">Description</h2></div>
<p>This <a href="XOR_encryption" class="mw-redirect" title="XOR encryption">XOR-encrypted</a>, <a href="Self-modifying_code" title="Self-modifying code">self-modifying</a>, and deliberately <a href="Obfuscation_(software)" title="Obfuscation (software)">obfuscated x86 assembly code</a> used a variety of undocumented MS-DOS structures and functions to detect if a machine was running DR&nbsp;DOS. The code was present in the installer, in the <a href="WIN.COM" title="WIN.COM">WIN.COM</a> file used to load Windows, and in several other EXE and COM files within Windows 3.1.<sup id="cite_ref-Reynolds_1991_1-0" class="reference"><a href="#cite_note-Reynolds_1991-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p><p>The AARD code was discovered by Geoff Chappell on 17 April 1992 and further analyzed and documented in a joint research effort with Andrew Schulman.<sup id="cite_ref-Chappell_1999_AARD-1_2-0" class="reference"><a href="#cite_note-Chappell_1999_AARD-1-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Chappell_1999_AARD-2_3-0" class="reference"><a href="#cite_note-Chappell_1999_AARD-2-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Schulman_1993_AARD_4-0" class="reference"><a href="#cite_note-Schulman_1993_AARD-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Schulman_1994_Undocumented-DOS_5-0" class="reference"><a href="#cite_note-Schulman_1994_Undocumented-DOS-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Egbert_1998_6-0" class="reference"><a href="#cite_note-Egbert_1998-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> The name "AARD code" came from the letters "AARD" that were found in a <a href="Hex_dump" title="Hex dump">hex dump</a> of the Windows 3.1 installer; this turned out to be the signature of Microsoft programmer Aaron R. Reynolds (1955–2008).<sup id="cite_ref-Legacy_2008_Reynolds_7-0" class="reference"><a href="#cite_note-Legacy_2008_Reynolds-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Dellert_1998_8-0" class="reference"><a href="#cite_note-Dellert_1998-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Pournelle_2000_Monopoly_9-0" class="reference"><a href="#cite_note-Pournelle_2000_Monopoly-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p><p>Microsoft disabled the AARD code for the final release of Windows 3.1, but did not remove it so it could be later reactivated by the change of a single byte.<sup id="cite_ref-Schulman_1994_Undocumented-DOS_5-1" class="reference"><a href="#cite_note-Schulman_1994_Undocumented-DOS-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>DR&nbsp;DOS publisher <a href="Digital_Research" title="Digital Research">Digital Research</a> released a <a href="Patch_(computing)" title="Patch (computing)">patch</a> named "<a href="DR_DOS_6.0_business_update" class="mw-redirect" title="DR DOS 6.0 business update">business update</a>" in 1992 to bypass the AARD code.<sup id="cite_ref-CW_1992_10-0" class="reference"><a href="#cite_note-CW_1992-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Paul_2000_History_11-0" class="reference"><a href="#cite_note-Paul_2000_History-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Caldera_1999_Statement_of_facts_12-0" class="reference"><a href="#cite_note-Caldera_1999_Statement_of_facts-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Memos">Memos</h2></div>
<p>The rationale for the AARD code came to light when internal memos were released during the <i><a href="United_States_v._Microsoft_Corp." title="United States v. Microsoft Corp.">United States v. Microsoft Corp.</a></i> antitrust case in 1999. Internal memos released by Microsoft revealed that the specific focus of these tests was <a href="DR_DOS" class="mw-redirect" title="DR DOS">DR&nbsp;DOS</a>.<sup id="cite_ref-Reynolds_1991_1-1" class="reference"><a href="#cite_note-Reynolds_1991-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Lea_1999_Register_13-0" class="reference"><a href="#cite_note-Lea_1999_Register-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Bridis_1988_14-0" class="reference"><a href="#cite_note-Bridis_1988-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup> At one point, Microsoft CEO <a href="Bill_Gates" title="Bill Gates">Bill Gates</a> sent a memo to a number of employees that said, "You never sent me a response on the question of what things an app would do that would make it run with MSDOS and not run with DR-DOS. Is there [<i><a href="Sic" title="Sic">sic</a></i>] feature they have that might get in our way?"<sup id="cite_ref-Caldera_1999_Statement_of_facts_12-1" class="reference"><a href="#cite_note-Caldera_1999_Statement_of_facts-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-cnet_15-0" class="reference"><a href="#cite_note-cnet-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup> Microsoft Senior Vice President <a href="Brad_Silverberg" title="Brad Silverberg">Brad Silverberg</a> later sent another memo, saying, "What the [user] is supposed to do is feel uncomfortable, and when he has bugs, suspect that the problem is dr-dos and then go out to buy ms-dos."<sup id="cite_ref-Caldera_1999_Statement_of_facts_12-2" class="reference"><a href="#cite_note-Caldera_1999_Statement_of_facts-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-cnet_15-1" class="reference"><a href="#cite_note-cnet-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup>
</p><p>After <a href="Novell" title="Novell">Novell</a> bought DR&nbsp;DOS and renamed it "Novell DOS", Microsoft Co-President <a href="Jim_Allchin" title="Jim Allchin">Jim Allchin</a> wrote in a memo, "If you're going to kill someone there isn't much reason to get all worked up about it and angry. Any discussions beforehand are a waste of time. We need to smile at Novell while we pull the trigger."<sup id="cite_ref-Allchin_1993_16-0" class="reference"><a href="#cite_note-Allchin_1993-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Caldera_1999_Statement_of_facts_12-3" class="reference"><a href="#cite_note-Caldera_1999_Statement_of_facts-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-cnet_15-2" class="reference"><a href="#cite_note-cnet-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Lawsuit_and_settlement">Lawsuit and settlement</h2></div>
<p>Novell DOS changed hands again. The new owner, <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera, Inc.</a>, began a lawsuit against Microsoft over the AARD code, <i><a href="Caldera_v._Microsoft" class="mw-redirect" title="Caldera v. Microsoft">Caldera v. Microsoft</a></i>,<sup id="cite_ref-Caldera_1999_Statement_of_facts_12-4" class="reference"><a href="#cite_note-Caldera_1999_Statement_of_facts-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Caldera_Fullstory_Tech_17-0" class="reference"><a href="#cite_note-Caldera_Fullstory_Tech-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Caldera_1999_FactRel_18-0" class="reference"><a href="#cite_note-Caldera_1999_FactRel-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-TLJ_19-0" class="reference"><a href="#cite_note-TLJ-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup> which was later settled.<sup id="cite_ref-cnet_15-3" class="reference"><a href="#cite_note-cnet-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Lea_2000_Settlement_20-0" class="reference"><a href="#cite_note-Lea_2000_Settlement-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Caldera_Microsoft_2000_Settlement_21-0" class="reference"><a href="#cite_note-Caldera_Microsoft_2000_Settlement-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Microsoft_2009_Memorandum_22-0" class="reference"><a href="#cite_note-Microsoft_2009_Memorandum-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup> It was originally believed that the settlement was around $150 million,<sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>a<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Wilcox_2000_24-0" class="reference"><a href="#cite_note-Wilcox_2000-24"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup> but in November 2009, the settlement agreement was released, and the total was revealed to be $280 million.<sup id="cite_ref-25" class="reference"><a href="#cite_note-25"><span class="cite-bracket">[</span>b<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Groklaw_2009_NovellWP_26-0" class="reference"><a href="#cite_note-Groklaw_2009_NovellWP-26"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Caldera_Microsoft_2000_Settlement_21-1" class="reference"><a href="#cite_note-Caldera_Microsoft_2000_Settlement-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Microsoft_2009_Memorandum_22-1" class="reference"><a href="#cite_note-Microsoft_2009_Memorandum-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Gomes_2000_Settlement_27-0" class="reference"><a href="#cite_note-Gomes_2000_Settlement-27"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Bug_compatibility" title="Bug compatibility">Bug compatibility</a></li>
<li><a href="Fear%2C_uncertainty%2C_and_doubt" title="Fear, uncertainty, and doubt">Fear, uncertainty, and doubt</a> (FUD)</li>
<li><a href="Halloween_documents" title="Halloween documents">Halloween documents</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Footnotes">Footnotes</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-lower-alpha">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text">approximately $274&nbsp;million in 2024</span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text">approximately $511&nbsp;million in 2024</span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-Reynolds_1991-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-Reynolds_1991_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Reynolds_1991_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFReynolds1993" class="citation web cs1">Reynolds, Aaron R. (1993-02-24) [1991-12-06]. <a rel="nofollow" class="external text" href="http://antitrust.slated.org/www.iowaconsumercase.org/011607/1000/PX01133.pdf">"msdos detection - hot job for you"</a> <span class="cs1-format">(PDF)</span> (Court document). MS-PCA 1164868-1164869; X0532177-X0532178; Comes v. Microsoft Exhibit 1133; Gates Deposition Exhibit 85. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180803194008/http://antitrust.slated.org/www.iowaconsumercase.org/011607/1000/PX01133.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-08-03<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-04</span></span>.</cite> (NB. This court document is a copy of a mail by Aaron Reynolds written in 1991 and forwarded by one of its recipients, Phil Barrett, in 1993.)</span>
</li>
<li id="cite_note-Chappell_1999_AARD-1-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-Chappell_1999_AARD-1_2-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFChappell2011" class="citation web cs1">Chappell, Geoff (2011-11-24) [1999-09-03, 1992-04-17]. <a rel="nofollow" class="external text" href="http://www.geoffchappell.com/notes/windows/archive/aard/research.htm">"Record of AARD Research"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125114745/http://www.geoffchappell.com/notes/windows/archive/aard/research.htm">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-11-25</span></span>.</cite> (Web article published by Geoff Chappell on 3 September 1999 about an e-mail sent to Andrew Schulman on 17 April 1992.)</span>
</li>
<li id="cite_note-Chappell_1999_AARD-2-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-Chappell_1999_AARD-2_3-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFChappell2011" class="citation web cs1">Chappell, Geoff (2011-11-24) [1999-05-08]. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20130402004936/http://www.geoffchappell.com/notes/windows/archive/aard/firstpublic.htm">"First Public AARD Details"</a>. Archived from <a rel="nofollow" class="external text" href="http://www.geoffchappell.com/notes/windows/archive/aard/firstpublic.htm">the original</a> on 2013-04-02.</cite></span>
</li>
<li id="cite_note-Schulman_1993_AARD-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-Schulman_1993_AARD_4-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFSchulman1993" class="citation journal cs1">Schulman, Andrew (September 1993). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20051210072152/http://www.ddj.com/documents/s%3D1030/ddj9309d/9309d.htm">"Examining the Windows AARD Detection Code - A serious message--and the code that produced it"</a>. <i><a href="Dr._Dobb's_Journal" title="Dr. Dobb's Journal">Dr. Dobb's Journal</a></i>. <b>18</b> (9). <a href="Miller_Freeman%2C_Inc." title="Miller Freeman, Inc.">Miller Freeman, Inc.</a>: 42, <span class="nowrap">44–</span>48, 89. #204. Archived from <a rel="nofollow" class="external text" href="http://www.ddj.com/documents/s=1030/ddj9309d/9309d.htm">the original</a> on 2005-12-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2013-10-05</span></span>.</cite></span>
</li>
<li id="cite_note-Schulman_1994_Undocumented-DOS-5"><span class="mw-cite-backlink">^ <a href="#cite_ref-Schulman_1994_Undocumented-DOS_5-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Schulman_1994_Undocumented-DOS_5-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFSchulmanBrownMaxeyMichels1994" class="citation book cs1">Schulman, Andrew; <a href="Ralf_D._Brown" class="mw-redirect" title="Ralf D. Brown">Brown, Ralf D.</a>; Maxey, David; Michels, Raymond J.; Kyle, Jim (1994) [November 1993]. <span class="id-lock-registration" title="Free registration required"><a rel="nofollow" class="external text" href="https://archive.org/details/undocumenteddosp00andr_0"><i>Undocumented DOS: A programmer's guide to reserved MS-DOS functions and data structures - expanded to include MS-DOS 6, Novell DOS and Windows 3.1</i></a></span> (2&nbsp;ed.). <a href="Addison_Wesley" class="mw-redirect" title="Addison Wesley">Addison Wesley</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>0-201-63287-X</bdi>.</cite> (xviii+856+vi pages, 3.5-inch floppy) Errata: <a rel="nofollow" class="external autonumber" href="https://web.archive.org/web/20190417215556/http://www.cs.cmu.edu/afs/cs/user/ralf/pub/books/UndocumentedDOS/errata.ud2">[1]</a><a rel="nofollow" class="external autonumber" href="https://web.archive.org/web/20190417212906/https://www.pcjs.org/pubs/pc/programming/Undocumented_DOS/#errata-2nd-edition">[2]</a></span>
</li>
<li id="cite_note-Egbert_1998-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-Egbert_1998_6-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFMeyer1998" class="citation journal cs1 cs1-prop-foreign-lang-source">Meyer, Egbert (1998-08-27). <a rel="nofollow" class="external text" href="https://www.heise.de/newsticker/meldung/Microsoft-Vorgetaeuschter-Bug-legte-DR-DOS-lahm-14173.html">"Microsoft: Vorgetäuschter Bug legte DR-DOS lahm"</a>. <i><a href="Heise_Online" class="mw-redirect" title="Heise Online">Heise Online</a></i> (in German). <a href="Verlag_Heinz_Heise" class="mw-redirect" title="Verlag Heinz Heise">Verlag Heinz Heise</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180714175147/https://www.heise.de/newsticker/meldung/Microsoft-Vorgetaeuschter-Bug-legte-DR-DOS-lahm-14173.html">Archived</a> from the original on 2018-07-14<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-07-14</span></span>.</cite> <a rel="nofollow" class="external autonumber" href="https://heise.de/-14173">[3]</a></span>
</li>
<li id="cite_note-Legacy_2008_Reynolds-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-Legacy_2008_Reynolds_7-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.legacy.com/obituaries/seattletimes/obituary.aspx?pid=114850359">"Aaron R. Reynolds"</a>. <i><a href="Seattle_Times" class="mw-redirect" title="Seattle Times">Seattle Times</a></i>. Obituary. 2008-08-04. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160304073802/http://www.legacy.com/obituaries/seattletimes/obituary.aspx?pid=114850359">Archived</a> from the original on 2016-03-04 – via Legacy.</cite></span>
</li>
<li id="cite_note-Dellert_1998-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-Dellert_1998_8-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFDellert1998" class="citation journal cs1">Dellert, Brian (1998-10-21). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20080420194217/http://eatthestate.org/03-07/MicrosoftPlaysHardball.htm">"Microsoft Plays Hardball"</a>. <i>Eat the State!</i>. <b>3</b> (7). Archived from <a rel="nofollow" class="external text" href="http://eatthestate.org/03-07/MicrosoftPlaysHardball.htm">the original</a> on 2008-04-20<span class="reference-accessdate">. Retrieved <span class="nowrap">2008-08-21</span></span>.</cite></span>
</li>
<li id="cite_note-Pournelle_2000_Monopoly-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-Pournelle_2000_Monopoly_9-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFPournelle2000" class="citation web cs1"><a href="Jerry_Pournelle" title="Jerry Pournelle">Pournelle, Jerry</a> (2000-04-01). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20080829102926/http://www.jerrypournelle.com/debates/Microsoft1.html">"The Microsoft Monopoly Debates"</a>. Archived from <a rel="nofollow" class="external text" href="http://jerrypournelle.com/debates/Microsoft1.html">the original</a> on 2008-08-29<span class="reference-accessdate">. Retrieved <span class="nowrap">2008-08-21</span></span>.</cite></span>
</li>
<li id="cite_note-CW_1992-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-CW_1992_10-0">^</a></b></span> <span class="reference-text"><cite class="citation magazine cs1"><a rel="nofollow" class="external text" href="https://books.google.com/books?id=w1yCn870hscC&amp;pg=PA6">"DR DOS 6.0 does Windows 3.1"</a>. <i><a href="Computerworld" title="Computerworld">Computerworld</a></i>. News Shorts. 1992-04-20. p.&nbsp;6. <a rel="nofollow" class="external text" href="https://archive.today/20190722175928/https://books.google.nl/books?id=w1yCn870hscC&amp;pg=PA6&amp;lpg=PA6&amp;redir_esc=y%23v=onepage&amp;q&amp;f=false">Archived</a> from the original on 2019-07-22<span class="reference-accessdate">. Retrieved <span class="nowrap">2019-07-22</span></span>.</cite></span>
</li>
<li id="cite_note-Paul_2000_History-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-Paul_2000_History_11-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFPaul2000" class="citation web cs1">Paul, Matthias R. (2000-09-18). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125115620/http://www.freedos.org/technotes/press/2000-drdos-hist.txt">"25 years of DR DOS history - Digital Research DOS history"</a>. FreeDOS.org. Archived from <a rel="nofollow" class="external text" href="http://www.freedos.org/freedos/news/press/2000-drdos-hist.txt">the original</a> on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2013-10-05</span></span>. <q>See footnote #19 (BDOS 1067h "<a href="DR_DOS_6.0" class="mw-redirect" title="DR DOS 6.0">DR DOS 6.0</a> Windows 3.1 update, April 1992"; 1992-03, 1992-04-07: "This public DR DOS 6.0 update only includes patches addressing full Windows 3.1 compatibility. There should have been a full "business update" for registered users, shipping a little bit later."), #27 (BDOS 1072h "Novell DOS 7 Panther/Smirnoff BETA 3", 1993-09: "This issue does not have workarounds for Windows 3.1 AARD code."), #29 (BDOS 1072h "Novell DOS 7 German release"; 1994-02-22: "This issue is known to have workarounds for Windows 3.1 AARD code. This should also apply to the earlier English issue.")</q></cite></span>
</li>
<li id="cite_note-Caldera_1999_Statement_of_facts-12"><span class="mw-cite-backlink">^ <a href="#cite_ref-Caldera_1999_Statement_of_facts_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Caldera_1999_Statement_of_facts_12-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Caldera_1999_Statement_of_facts_12-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-Caldera_1999_Statement_of_facts_12-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-Caldera_1999_Statement_of_facts_12-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFSusmanEskridge_IIISouthwickSusman1999" class="citation web cs1"><a href="Stephen_Daily_Susman" class="mw-redirect" title="Stephen Daily Susman">Susman, Stephen Daily</a>; <a href="Charles_R._Eskridge_III" title="Charles R. Eskridge III">Eskridge III, Charles R.</a>; Southwick, James T.; Susman, Harry P.; Folse III, Parker C.; Palumbo, Ralph H.; Harris, Matthew R.; McCune, Philip S.; Engel, Lynn M.; Hill, Stephen J.; Tibbitts, Ryan E. (April 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180805184350/http://www.maxframe.com/DR/Info/fullstory/factstat.html">"In the United States District Court - District of Utah, Central Division - Caldera, Inc. vs. Microsoft Corporation - Consolidated statement of facts in support of its responses to motions for summary judgement by Microsoft Corporation - Case No. 2:96CV 0645B"</a> (Court document). <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera, Inc.</a> Archived from <a rel="nofollow" class="external text" href="http://www.maxframe.com/DR/Info/fullstory/factstat.html">the original</a> on 2018-08-05<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-05</span></span>.</cite></span>
</li>
<li id="cite_note-Lea_1999_Register-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-Lea_1999_Register_13-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFLea1999" class="citation web cs1"><a href="Graham_Lea_(journalist)" class="mw-redirect" title="Graham Lea (journalist)">Lea, Graham</a> (1999-11-05). <a rel="nofollow" class="external text" href="https://www.theregister.co.uk/1999/11/05/how_ms_played_the_incompatibility/">"How MS played the incompatibility card against DR-DOS - Real bear-traps, and spurious errors"</a>. <i><a href="The_Register" title="The Register">The Register</a></i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125041121/https://www.theregister.co.uk/1999/11/05/how_ms_played_the_incompatibility/">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2013-09-26</span></span>.</cite></span>
</li>
<li id="cite_note-Bridis_1988-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-Bridis_1988_14-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBridis1998" class="citation news cs1">Bridis, Ted (1998-08-28). <a rel="nofollow" class="external text" href="https://apnews.com/f98bb622c4df848fee85f8ede1f32f72">"Windows Warning Resurfaces in Suit"</a>. <i><a href="Associated_Press" title="Associated Press">Associated Press</a></i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125043840/http://www.apnewsarchive.com/1998/Windows-Warning-Resurfaces-in-Suit/id-f98bb622c4df848fee85f8ede1f32f72">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-11-25</span></span>.</cite></span>
</li>
<li id="cite_note-cnet-15"><span class="mw-cite-backlink">^ <a href="#cite_ref-cnet_15-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-cnet_15-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-cnet_15-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-cnet_15-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFGoodin1999" class="citation news cs1">Goodin, Dan (1999-04-28). <a rel="nofollow" class="external text" href="http://news.cnet.com/2100-1001-225129.html">"Microsoft emails focus on DR-DOS threat"</a>. <i><a href="CNET_News" class="mw-redirect" title="CNET News">CNET News</a></i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20160310065721/https://www.cnet.com/news/microsoft-emails-focus-on-dr-dos-threat/">Archived</a> from the original on 2016-03-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2008-08-21</span></span>.</cite></span>
</li>
<li id="cite_note-Allchin_1993-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-Allchin_1993_16-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFAllchin1993" class="citation web cs1"><a href="James_Edward_Allchin" class="mw-redirect" title="James Edward Allchin">Allchin, James Edward</a> (1993-09-18). <a rel="nofollow" class="external text" href="http://antitrust.slated.org/www.iowaconsumercase.org/assets/attachments/PLEX01793.pdf">"Customers and Novell"</a> <span class="cs1-format">(PDF)</span> (Court document). pp.&nbsp;<span class="nowrap">72–</span>73. MS 0186262-0186263; Comes v. Microsoft Exhibit 1793; Allchin Deposition Exhibit 14. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180803203234/http://antitrust.slated.org/www.iowaconsumercase.org/assets/attachments/PLEX01793.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-08-03<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-04</span></span>.</cite></span>
</li>
<li id="cite_note-Caldera_Fullstory_Tech-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-Caldera_Fullstory_Tech_17-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFSusmanEskridge_IIISusmanSouthwick1999" class="citation web cs1"><a href="Stephen_Daily_Susman" class="mw-redirect" title="Stephen Daily Susman">Susman, Stephen Daily</a>; <a href="Charles_R._Eskridge_III" title="Charles R. Eskridge III">Eskridge III, Charles R.</a>; Susman, Harry P.; Southwick, James T.; Folse III, Parker C.; Borchers, Timothy K.; Palumbo, Ralph H.; Harris, Matthew R.; Engel, Lynn M.; McCune, Philip S.; Locker, Lawrence C.; Wheeler, Max D.; Hill, Stephen J.; Tibbitts, Ryan E. (May 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180805142843/http://www.maxframe.com/DR/Info/fullstory/tech.html">"In the United States District Court - District of Utah, Central Division - Caldera, Inc. vs. Microsoft Corporation - Case No. 2:96CV 0645B - Caldera, Inc.'s Memorandum in opposition to defendant's motion for partial Summary Judgment on plaintiff's "Technological Tying" claim"</a> (Court document). <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera, Inc.</a> Archived from <a rel="nofollow" class="external text" href="http://www.maxframe.com/DR/Info/fullstory/tech.html">the original</a> on 2018-08-05<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-05</span></span>.</cite></span>
</li>
<li id="cite_note-Caldera_1999_FactRel-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-Caldera_1999_FactRel_18-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBall1999" class="citation web cs1"><a href="Lyle_Ball_(Caldera)" class="mw-redirect" title="Lyle Ball (Caldera)">Ball, Lyle</a> (1999-04-28). <a rel="nofollow" class="external text" href="http://www.maxframe.com/DR/Info/fullstory/factrel.html">"Caldera submits evidence to counter Microsoft's motions for partial summary judgment"</a> (Press release). <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera, Inc.</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180805143119/http://www.maxframe.com/DR/Info/fullstory/factrel.html">Archived</a> from the original on 2018-08-05<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-05</span></span>.</cite></span>
</li>
<li id="cite_note-TLJ-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-TLJ_19-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFWheelerHillTibbittsSusman" class="citation journal cs1">Wheeler, Max D.; Hill, Stephen J.; Tibbitts, Ryan E.; <a href="Stephen_Daily_Susman" class="mw-redirect" title="Stephen Daily Susman">Susman, Stephen Daily</a>; <a href="Charles_R._Eskridge_III" title="Charles R. Eskridge III">Eskridge III, Charles R.</a>; Paterson, Thomas W.; Dow, Stuart J.; Palumbo, Ralph H.; Folse III, Parker C.; Borchers, Timothy K. <a rel="nofollow" class="external text" href="http://www.techlawjournal.com/courts/caldera/Default.htm">"In the United States District Court - District of Utah, Central Division - Caldera, Inc. vs. Microsoft Corporation - Case No. 2:96CV 0645B - First amended complaint and jury demand"</a>. <i>Tech Law Journal</i> (Court document). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125044920/http://www.techlawjournal.com/courts/caldera/Default.htm">Archived</a> from the original on 2016-11-25.</cite></span>
</li>
<li id="cite_note-Lea_2000_Settlement-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-Lea_2000_Settlement_20-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFLea2000" class="citation news cs1"><a href="Graham_Lea_(journalist)" class="mw-redirect" title="Graham Lea (journalist)">Lea, Graham</a> (2000-01-13). <a rel="nofollow" class="external text" href="http://news.bbc.co.uk/2/hi/business/600488.stm">"Caldera vs Microsoft - the settlement"</a>. <i><a href="BBC_News" title="BBC News">BBC News</a></i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20081005102243/http://news.bbc.co.uk/2/hi/business/600488.stm">Archived</a> from the original on 2008-10-05<span class="reference-accessdate">. Retrieved <span class="nowrap">2008-08-21</span></span>.</cite></span>
</li>
<li id="cite_note-Caldera_Microsoft_2000_Settlement-21"><span class="mw-cite-backlink">^ <a href="#cite_ref-Caldera_Microsoft_2000_Settlement_21-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Caldera_Microsoft_2000_Settlement_21-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFBurtSparks2000" class="citation web cs1">Burt, Thomas W.; <a href="Bryan_Wayne_Sparks" class="mw-redirect" title="Bryan Wayne Sparks">Sparks, Bryan Wayne</a> (2000-01-07). <a rel="nofollow" class="external text" href="http://www.groklaw.net/pdf2/NovvMS-104-8.pdf">"Settlement agreement - Microsoft Corporation and Caldera, Inc. reach agreement to settle antitrust lawsuit"</a> <span class="cs1-format">(PDF)</span> (Faxed court document). Case 1:05-cv-01087-JFM, Document 104-8, Filed 2009-11-13; NOV00107061-NOV00107071; LT2288-LT2298; Lan12S311263739.1; Exhibit A. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170704220659/http://groklaw.net/pdf2/NovvMS-104-8.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2017-07-04<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-03</span></span>. <q>[…] <a href="Microsoft" title="Microsoft">Microsoft</a> will pay to <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera</a>, by wire transfer in accordance with written instructions provided by Caldera, the amount of two hundred eighty million dollars ($280,000,000), as full settlement of all claims or potential claims covered by this agreement […]</q></cite> (NB. This document of the <i><a href="Caldera_v._Microsoft" class="mw-redirect" title="Caldera v. Microsoft">Caldera v. Microsoft</a></i> case was an exhibit in the <i>Novell v. Microsoft</i> and <i><a href="Comes_v._Microsoft" class="mw-redirect" title="Comes v. Microsoft">Comes v. Microsoft</a></i> cases.)</span>
</li>
<li id="cite_note-Microsoft_2009_Memorandum-22"><span class="mw-cite-backlink">^ <a href="#cite_ref-Microsoft_2009_Memorandum_22-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Microsoft_2009_Memorandum_22-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFWallisAeschbacherBettilyonWebb,_Jr.2009" class="citation web cs1">Wallis, Richard J.; Aeschbacher, Steven J.; Bettilyon, Mark M.; Webb, Jr., G. Stewar; Tulchin, David B.; Holley, Steven L. (2009-11-13). <a rel="nofollow" class="external text" href="http://www.groklaw.net/pdf2/NovvMS-104-2.pdf">"Microsoft's memorandum in opposition to Novell's renewed motion for summary judgement on Microsoft's affirmative defenses and in support of Microsoft's cross-motion for summary judgement"</a> <span class="cs1-format">(PDF)</span> (Court document). United States District Court, District of Maryland. p.&nbsp;16. Novell, Inc. v. Microsoft Corporation, Civil Action No. JFM-05-1087. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20190524154518/http://www.groklaw.net/pdf2/NovvMS-104-2.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2019-05-24<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-08-03</span></span>. <q>[…] <a href="Microsoft" title="Microsoft">Microsoft</a> paid $280 million to <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera</a> to settle the case, and $35.5 million of the settlement proceeds were provided by Caldera to <a href="Novell" title="Novell">Novell</a> as a so-called "royalty." […] Dissatisfied with that amount, Novell filed suit in June 2000 against Caldera (succeeded by <a href="The_Canopy_Group" class="mw-redirect" title="The Canopy Group">The Canopy Group</a>), alleging that Novell was entitled to even more. […] Novell ultimately prevailed, adding $17.7 million to its share of the monies paid by Microsoft to Caldera, for a total of more than $53 million […]</q></cite></span>
</li>
<li id="cite_note-Wilcox_2000-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-Wilcox_2000_24-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFWilcox2000" class="citation news cs1">Wilcox, Joe (2000-01-11). <a rel="nofollow" class="external text" href="http://news.cnet.com/2100-1001-235465.html">"Caldera settlement shows a new side of Microsoft"</a>. <a href="Cnet" class="mw-redirect" title="Cnet">cnet</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125113400/https://www.cnet.com/news/caldera-settlement-shows-a-new-side-of-microsoft/">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-01-19</span></span>.</cite></span>
</li>
<li id="cite_note-Groklaw_2009_NovellWP-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-Groklaw_2009_NovellWP_26-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFJones2009" class="citation web cs1"><a href="Pamela_Jones" title="Pamela Jones">Jones, Pamela</a> (2009-11-23). <a rel="nofollow" class="external text" href="http://www.groklaw.net/article.php?story=20091120165256836">"Exhibits to Microsoft's Cross Motion for Summary Judgment in Novell WordPerfect Case"</a>. <i><a href="Groklaw" title="Groklaw">Groklaw</a></i>. <a rel="nofollow" class="external text" href="https://archive.today/20130821080038/http://www.groklaw.net/article.php?story=20091120165256836">Archived</a> from the original on 2013-08-21<span class="reference-accessdate">. Retrieved <span class="nowrap">2011-10-22</span></span>. <q>[…] exhibits attached to <a href="Microsoft" title="Microsoft">Microsoft</a>'s Memorandum of Law in support of Microsoft's cross motion for summary judgment in the <a href="Novell" title="Novell">Novell</a> v. Microsoft <a href="Antitrust" class="mw-redirect" title="Antitrust">antitrust</a> litigation. We finally find out what Microsoft paid <a href="Caldera%2C_Inc." class="mw-redirect" title="Caldera, Inc.">Caldera</a> to settle the DrDOS litigation back in 2000: $280 million. We even get to read the settlement agreement. It's attached as an exhibit. […] The settlement terms were sealed for all these years, but […] now that mystery is solved. […] We also find out what Caldera/<a href="Canopy_Group" title="Canopy Group">Canopy</a> then paid <a href="Novell" title="Novell">Novell</a> from that $280 million: $35.5 million at first, and then after Novell successfully sued Canopy in 2004, Caldera's successor-in-interest on this matter, an additional $17.7 million, according to page 16 of the Memorandum. Microsoft claims that Novell is not the real party in interest in this antitrust case, and so it can't sue Microsoft for the claims it has lodged against it, because, Microsoft says, Novell sold its antitrust claims to Caldera when it sold it DrDOS. So the exhibits are trying to demonstrate that Novell got paid in full, so to speak, via that earlier litigation. As a result, we get to read a number of documents from the Novell v. Canopy litigation. Novell responds it retained its antitrust claims in the applications market. […]</q></cite></span>
</li>
<li id="cite_note-Gomes_2000_Settlement-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-Gomes_2000_Settlement_27-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFGomes2000" class="citation news cs1">Gomes, Lee (2000-01-11). <a rel="nofollow" class="external text" href="https://www.wsj.com/articles/SB947543007415899052">"Microsoft Will Pay $275 Million To Settle Lawsuit From Caldera"</a>. <i><a href="The_Wall_Street_Journal" title="The Wall Street Journal">The Wall Street Journal</a></i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161231130504/http://www.wsj.com/articles/SB947543007415899052">Archived</a> from the original on 2016-12-31<span class="reference-accessdate">. Retrieved <span class="nowrap">2019-11-24</span></span>. <q><a href="Microsoft_Corp." class="mw-redirect" title="Microsoft Corp.">Microsoft Corp.</a> agreed to pay an estimated $275 million to settle an antitrust lawsuit by <a href="Caldera_Inc." class="mw-redirect" title="Caldera Inc.">Caldera Inc.</a>, heading off a trial that was likely to air nasty allegations from a decade ago. […] Microsoft and Caldera, a small Salt Lake City software company that brought the suit in 1996, didn't disclose terms of the settlement. Microsoft, though, said it would take a charge of three cents a share for the agreement in the fiscal third quarter ending March 31 […] the company has roughly 5.5 billion shares outstanding […]</q></cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="Further_reading">Further reading</h2></div>
<ul><li><cite id="CITEREFOsterman2004" class="citation web cs1">Osterman, Larry (2004-08-12). <a rel="nofollow" class="external text" href="http://blogs.msdn.com/larryosterman/archive/2004/08/12/213681.aspx">"AARDvarks in your code"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125120335/https://blogs.msdn.microsoft.com/larryosterman/2004/08/12/aardvarks-in-your-code/">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-11-25</span></span>.</cite></li>
<li><cite id="CITEREFOsterman2004" class="citation web cs1">Osterman, Larry (2004-08-13). <a rel="nofollow" class="external text" href="http://blogs.msdn.com/larryosterman/archive/2004/08/13/214338.aspx">"So why didn't the Windows guys just remove the AARD code from the system?"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125120727/https://blogs.msdn.microsoft.com/larryosterman/2004/08/13/so-why-didnt-the-windows-guys-just-remove-the-aard-code-from-the-system/">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-11-25</span></span>.</cite></li>
<li><cite id="CITEREFChappell1999" class="citation web cs1">Chappell, Geoff (1999-05-08). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20100113064451/http://members.ozemail.com.au/~geoffch%40ozemail.com.au/editorial/aard/">"The AARD Code"</a>. Archived from <a rel="nofollow" class="external text" href="http://members.ozemail.com.au/~geoffch@ozemail.com.au/editorial/aard/">the original</a> on 2010-01-13.</cite> (Details and initial discovery)</li>
<li><cite id="CITEREFWilke1998" class="citation journal cs1">Wilke, John R. (1998). <a rel="nofollow" class="external text" href="http://alumni.media.mit.edu/~cwren/windoze95/190860.html">"Old e-mail dogs Microsoft in fighting antitrust suits"</a>. <i><a href="The_Wall_Street_Journal" title="The Wall Street Journal">The Wall Street Journal</a></i>. <a href="Dow_Jones_%26_Company%2C_Inc." class="mw-redirect" title="Dow Jones &amp; Company, Inc.">Dow Jones &amp; Company, Inc.</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125121459/http://alumni.media.mit.edu/~cwren/windoze95/190860.html">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-11-25</span></span>.</cite> (Caldera v. Microsoft details)</li>
<li><cite id="CITEREFDr_John1999" class="citation web cs1">Dr John (1999). <a rel="nofollow" class="external text" href="http://kickassgear.com/Articles/Microsoft.htm">"Survey Says: "MS OK", but Dr. John is not convinced"</a>. <i>KickAss Gear</i>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20161125122036/http://kickassgear.com/Articles/Microsoft.htm">Archived</a> from the original on 2016-11-25<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-11-25</span></span>.</cite> (Site with email excerpts from Microsoft and an example of tripping the AARD code (XMS error))</li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2024-12-19" href="https://en.wikipedia.org/wiki/?title=AARD_code&amp;oldid=1263978732">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>